// -ENEMY------------------------------------------------------ \\
// ice Mosquito
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   Variation on the mosquito, lives in Ice Caverns and tends
//   to swoop in small groups, flittering down towards the 
//   player and firing.
//
// Difficulty: 6
//
// ------------------------------------------------------------ \\

EnemyType enemyMosquito

DoesRotate true

BulletSpeed 80
BulletSize 1.7
BulletType blue
BulletColor 0.5 1.0 0.7 1.0
BulletGlow 0.7 0.7 1.0 1.0

Color 0.0 1.0 1.0 1

HitPoints 1

Size 8.9

AbortPathAtScreenBottom true

EntryScore 100

BaseScore 75

SwoopingScore 150
